Platform Explorer / Nuxeo Platform LTS 2016 8.10

Operation Services.SignPDF (Sign PDF)

Description

Applies a digital signature to the input PDF.
Operation id Services.SignPDF
Category Services
Label Sign PDF
Requires
Since

Parameters

Name Description Type Required Default value
password string yes  
reason string yes  
username string yes  
document document no  

Signature

Inputs blob
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.signature.core.operations.SignPDF
Contributing Component org.nuxeo.ecm.platform.signature.core.operations.contrib

JSON Definition

{
  "id" : "Services.SignPDF",
  "label" : "Sign PDF",
  "category" : "Services",
  "requires" : null,
  "description" : "Applies a digital signature to the input PDF.",
  "url" : "Services.SignPDF",
  "signature" : [ "blob", "blob" ],
  "params" : [ {
    "name" : "password",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "reason",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "username",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "document",
    "description" : null,
    "type" : "document",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}